home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 3DTOSHI2.ZIP / mpgfx / source / gfxdev.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-25  |  284 b   |  17 lines

  1.  
  2. // gfxdev.cpp
  3. //
  4. // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
  5.  
  6. #include "stdgfx.h"
  7. #include "gfxdev.h"
  8.  
  9. DCIClass::DCIClass () : MYOBJECT ()
  10.   {
  11.   } // End of Constructor for DCIClass
  12.  
  13. DCIClass::~DCIClass ()
  14.   {
  15.   } // End of Destructor for DCIClass
  16.  
  17.